home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Enterprise Objects Framework 1.1
/
NeXT Enterprise Objects Framework 1.1.iso
/
NextDeveloper
/
Headers
/
eointerface
/
EOTextAssociation.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-08-26
|
407 b
|
23 lines
// EOTextAssociation.h
// Enterprise Objects Framework
// Copyright (c)1993, NeXT Computer, Inc. All rights reserved.
#ifdef SHLIB
#import "shlib.h"
#endif
#import "EOAssociation.h"
@class Window;
@interface EOTextAssociation: EOAssociation
{
id _lastValue;
struct {
int didChange:1; // has the text changed since the last AsscocDidEdit?
int resigningResponder:1;
} _flags;
}
@end